home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0"?>
-
- <?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
- <?xml-stylesheet href="chrome://tabmixplus/skin/tab.css"?>
- <?xml-stylesheet href="chrome://tabmixplus/content/pref/pref-appearance.css" type="text/css"?>
-
- <!DOCTYPE dialog [
- <!ENTITY % dialogDTD SYSTEM "chrome://tabmixplus/locale/pref-tabmix.dtd" >
- %dialogDTD;
- <!ENTITY % appearanceDTD SYSTEM "chrome://tabmixplus/locale/pref-appearance.dtd" >
- %appearanceDTD;
- ]>
-
- <dialog id="pref-TMPstyles"
- windowtype="mozilla:tabmixopt-appearance"
- xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
- xmlns:html="http://www.w3.org/1999/xhtml"
- title="&styles.label;"
- persist="screenX screenY"
- onload="TMPstyles.init();"
- ondialogcancel="TMPstyles.cancel();"
- ondialogaccept="TMPstyles.save();">
-
- <script type="application/x-javascript" src="chrome://tabmixplus/content/pref/pref-appearance.js"/>
- <tabbox id="AppearanceTabBox">
- <tabs id="stylestabs">
- <tab label="¤tTab.label;" id="_currentTab" />
- <tab label="&unreadTab.label;" id="_unreadTab" />
- <tab label="&otherTabs.label;" id="_otherTab" />
- <tab label="&progressMeter.label;" id="_progressMeter" />
- </tabs>
- <tabpanels flex="1" id="stylespanels">
- <tabpanel id="currentTab"/>
- <tabpanel id="unreadTab"/>
- <tabpanel id="otherTab"/>
- <tabpanel id="progressMeter" _hidebox="true" _hidespacer="false"/>
- </tabpanels>
- </tabbox>
- </dialog>
-